(dabbrev-select-buffers-function): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 May 2001 22:30:00 +0000 (22:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 May 2001 22:30:00 +0000 (22:30 +0000)
lisp/dabbrev.el

index 297ad5958834c57c537ae095015606d6e511b3a3..38c3a19b5acd399da4a8cccb962c8689e5716aa9 100644 (file)
@@ -241,8 +241,8 @@ The default value is t."
 (defvar dabbrev-select-buffers-function 'dabbrev--select-buffers
   "A function that selects buffers that should be searched by dabbrev.
 The function should take no arguments and return a list of buffers to
-search for expansions.  Have a look at `dabbrev--select-buffers' for
-an example.
+search for expansions.  See the source of `dabbrev--select-buffers'
+for an example.
 
 A mode setting this variable should make it buffer local.")